OpenSearch Catalogue API: Geometry Attribute Handling Updated for Null Values [2024-07-08]

Please be informed that our OpenSearch API interface was changed on 8th July, 2024: the geometry attribute handling for Null values was updated.

As of 8th July 2024, the geometry attribute in case of empty product geometries returns null

“geometry”: null,

instead of empty array

“geometry”: [ ],.

This update was designed to improve the clarity and consistency of the data returned by our APIs. For non-empty products geometries, the behaviour remained unchanged.

Below please find the example of OpenSearch API response before and after the described change: